.image-container2 {
    height: 380px;
    width: 365px;
    border-radius: 5px;
}

.bullet-blue {
    font-size: 50px;
    color: rgb(42, 48, 48)
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding: 40px; */
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.image-container {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 250px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #040404;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #040404
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px;
        /* position: fixed; */

    }
}


.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.page-name {
    margin-top: -6%;
    margin-right: 3%;
    color: whitesmoke;
}

.logo-size {
    width: 80px;
    height: 120px;

}

.logo-size-blue {
    width: 125px;
    height: 60px;
    margin-top: -5px;

}

.error-message {
    color: red;
    font-size: 10px;
}

.contact-footer {
    background-color: #c8cacd;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0
}

.text-blue {
    color: rgba(25, 97, 172, 255);
    font-weight: 500;
}

.bg-blue {
    background-color: rgba(25, 97, 172, 255);
    color: whitesmoke;
}

.product-logo-section {
    margin-top: 10%;
}

.services-item .testimonial-line {
    width: 25px;
    opacity: 0;
    height: 3px;
    left: auto;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background-color: #211c06;
}

.about-content {
    background-color: #1b579755;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
}

.about-paragraph {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 11px;
    /* position: absolute; */

}

.about-bg {
    background: url(../images/about.jpg);
    height: 100%;
    background-size: cover;
}

.product-image1 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.product-image2 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.product-image3 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.product-image4 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.product-image5 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.product-image6 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    background-position: center center;

}

.g-image1 {
    background-image: url(../images/sample.jpg);
    width: 150px;
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    /* background-position: center center; */

}

.image-gallery {
    margin-top: 75px;
    ;
}

.section-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

p {
    margin-bottom: 8px !important;
}

.download-section {
    display: flex;
    justify-content: center;



}

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}

.location {
    width: 200px;
    height: 200px !important;
    justify-content: flex-end;
    margin-top: 1px;
    margin-left: 60%;

}

.download-file {
    background-image: url(../images/downsample.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    width: 200px;
}

.contact-margin {
    margin-top: 1%;
    margin-bottom: 1%;
    position: inherit;
}

@media only screen and (max-width: 1300) {
    .section-image {
        position: relative;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1;
    }

    .logo-size {
        width: 30px;
        height: 40px;

    }

    .logo-size-blue {
        width: 80px;
        height: 40px;

    }

    .about-content {
        background-color: #1b579755;
        height: 70%;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px;
    }

    .about-paragraph {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 10px;
    }

    .page-name {
        text-align: center;
        color: whitesmoke;
    }

    .about-bg {
        background: url(../images/about.jpg);
        height: 100%;
        background-size: cover;
    }

    .text-download {
        color: white;
    }
}

@media only screen and (max-width: 989px) {

    .download-section {

        justify-content: center;
        margin-right: 0px;
        display: block;


    }

    .text-download {
        color: white;
    }

    .map-iframe {
        display: none;
    }

    .download-file {
        background-image: url(../images/downsample.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 250px;
        width: 200px;
    }

    .section-image {
        position: relative;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 1;
    }

    .logo-size {
        width: 30px;
        height: 40px;

    }

    .about-content {
        background-color: #1b579755;
        height: 70%;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px;
    }

    .about-paragraph {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 10px;
    }

    .page-name {
        text-align: center;
        color: whitesmoke;
    }

    .about-bg {
        background: url(../images/about.jpg);
        height: 100%;
        background-size: cover;
    }

}

@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

}

@media screen and (min-width: 375px) and (max-width: 667px) {

    /* .contact-footer{display:none} */

    .main-title h2 {
        text-transform: uppercase;
        font-weight: 300;
        color: #ffffff;
        letter-spacing: 2px;
        line-height: 1.2;
        max-width: 650px;
        margin-bottom: -2rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    .contact-section {
        font-size: 12px;
    }

    .hotline {
        display: none
    }

    .contact-no {
        display: block
    }
    .image-container2 {
        height: 272px;
        width: 263px;
        color: white;
        border-radius: 5px;
    }
}

@media screen and (min-width: 668px) {
    .contact-no {
        display: none;
    }
    .image-container2 {
        height: 272px;
        width: 263px;
        color: white;
        border-radius: 5px;
    }
}
